CriticalSection does not exist, it is CRITICAL_SECTION
authorMichael Schumacher <schumaml@gmx.de>
Sat, 21 Nov 2009 17:11:23 +0000 (18:11 +0100)
committerMichael Schumacher <schumaml@gmx.de>
Sat, 21 Nov 2009 17:11:23 +0000 (18:11 +0100)
babl/babl-mutex.h

index a73e480fdf4e880d5fcbcc2bc0980a20eb45526c..1636da3671b4357cce436dbb8e16b9b212f03317 100644 (file)
@@ -27,7 +27,7 @@
 #endif
 
 #ifdef WIN32
-  typedef  CriticalSection   BablMutex;
+  typedef  CRITICAL_SECTION   BablMutex;
 #else
   typedef  pthread_mutex_t   BablMutex;
 #endif